home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmigaPlus / Tools / Development / AmigaTalk / browser / UserClassInstanceVars < prev   
Text File  |  2004-01-31  |  1KB  |  21 lines

  1. Complex    | real imag mag phase | :Magnitude
  2. Fraction   | ratio n d           | :Magnitude          
  3. Quaternion | s i j k             | :Magnitude
  4. Curses     | windowCount         | :Object
  5. Graph      | scr win ts tw x y w h xscale yscale xinc yinc range domain | :Painter
  6. DataBase   | private private2 memoPresent myTemplate recordSize myCurrentRecordNum howManyRecords currentRecStatus numFields myCurrentKey myFileName | :Object
  7. DBData     | theData mySize      | :String
  8. DBRecordTemplate | fieldArray myRecordSize numberFields offsetArray   | :Object
  9. DBFieldString  | private myFieldName private2 myFieldWidth private3 | :DBField
  10. DBFieldMemo    | private myFieldName private2 private3 private4 maxSize myMemoContents | :DBField
  11. DBFieldFloat   | private myFieldName myFieldType myFieldWidth myDecPlaces | :DBField
  12. DBFieldDate    | private myFieldName myFieldType myFieldWidth myDecPlaces | :DBField
  13. DBFieldInteger | private myFieldName myFieldType myFieldWidth myDecPlaces | :DBField
  14. DBFieldBoolean | private myFieldName private2    private3     private4    | :DBField
  15. FieldString    | private | :String
  16. DBKeyFile      | private myFileName | :Object
  17. DBDateKey      | myKeyValue myKeyExpr myKeyLength | :DBKey
  18. DBIntegerKey   | myKeyValue myKeyExpr myKeyLength | :DBKey
  19. DBCharKey      | myKeyValue myKeyExpr myKeyLength | :DBKey
  20. DBErrs         | uniqueInstance | :Dictionary
  21.